feat: skip ci checks for .tekton and CONTRIBUTING.md changes in MaaS#75644
Conversation
…s-as-a-service add .tekton/ directory and CONTRIBUTING.md to the skip_if_only_changed pattern for all tests in the main branch config. Signed-off-by: Chaitanya Kulkarni <chkulkar@redhat.com>
|
[REHEARSALNOTIFIER]
Prior to this PR being merged, you will need to either run and acknowledge or opt to skip these rehearsals. Interacting with pj-rehearseComment: Once you are satisfied with the results of the rehearsals, comment: |
|
/pj-rehearse auto-ack |
|
@chaitanya1731: now processing your pj-rehearse request. Please allow up to 10 minutes for jobs to trigger or cancel. |
|
/lgtm |
|
/pj-rehearse ack |
|
@chaitanya1731: now processing your pj-rehearse request. Please allow up to 10 minutes for jobs to trigger or cancel. |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: chaitanya1731, ishitasequeira, jland-redhat The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
|
@chaitanya1731: all tests passed! Full PR test history. Your PR dashboard. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. I understand the commands that are listed here. |
Summary
Skip CI checks for
.tekton/directory andCONTRIBUTING.mdchanges in models-as-a-service.Description
^\.tekton/andCONTRIBUTING\.mdto theskip_if_only_changedpattern for all tests in the main branch config.How it was tested
make updateran successfully with config validation passing.